Skip to main content

nasRenew

Description

nas renewal.

Request Method

PUT

Request Path

/customer/nas/renew

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
periodBODYintegerYesNo sample value for this parameter.period
instanceIdBODYstringYesNo sample value for this parameter.instance id
costBODYnumberYesNo sample value for this parameter.cost
voucherInstanceIdBODYstringYesNo sample value for this parameter.voucher of the order
pricingCycleBODYstringYesNo sample value for this parameter.No description for this parameter.
couponInstanceIdBODYstringYesNo sample value for this parameter.coupon of the order

Return data

NameTypeSample valueDescription
resultobject`{"orderId":2.0220726150137001E+18}`No description for this parameter.
resultCodestring0No description for this parameter.
resultMsgstringsuccessNo description for this parameter.

Example

Successful Response example

{
"result":
{
"orderId":2.0220726150137001E+18
},
"resultCode":"0",
"resultMsg":"success"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}